home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / actions / 00519_Script_Green quit rollover highlight < prev    next >
Encoding:
Text File  |  1999-10-13  |  196 b   |  11 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite the currentSpriteNum to "green quit highlight"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "Green quit"
  9.  
  10. end
  11.